home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / keyb / dlkey11.zip / DELAYKEY.DOC next >
Text File  |  1992-08-26  |  6KB  |  154 lines

  1.         DELAYKEY.DOC  - readme file for Delay Key Utility
  2.  
  3.         Copyright (C) Chienming Chang 1992. All right reserved.
  4.  
  5.         Last Modified: 8/26/92. Version 1.1
  6.  
  7. Files:
  8. -----
  9.         DELAYKEY.EXE    - The program.
  10.         DELAYKEY.DOC    - This documentation file.
  11.         TEST.DAT        - Example key stroke file.
  12.         NODLKEY.EXE     - Can remove DELAYKEY from ram.
  13.         WCOD.EXE        - Writes CODes, can write keystroke files.
  14.         TXT2DLK.EXE     - Translates pritable text to keystoke files.
  15.  
  16. Description
  17. -----------
  18.  
  19.         DELAYKEY is a TSR program that puts key strokes in keyboard buffer at a
  20.         certain time. Key strokes that are stored in a script file can be
  21.         executed at different times according to different lines. The delay time
  22.         between key strokes can be specified at command line. Two programs that
  23.         can create script files are also included. A program that can remove
  24.         DELAYKEY from ram is also included.
  25.  
  26. New Features
  27. ------------
  28.      o  The key strokes script files can be created from console by program
  29.         WCOD, or translated from a text file by program TXT2DLK.
  30.  
  31.      o  The time period between keystrokes can be specified at command line.
  32.  
  33.      o  Delaykey will uninstall itself after all of key stokes are executed. It
  34.         will check if it is the last program in the ram, and then will wait
  35.         about 1 second before it uninstall itself. User will NOT notice the
  36.         uninstallation.
  37.  
  38.      o  When used in a batch file, NODLKEY can remove DELAYKEY from ram at any
  39.         time. NODLKEY works with DOS 5.0, (and 4.0, I believe). It is known that
  40.         it will NOT work with DOS 3.3 and less.
  41.  
  42. Installation and Operation
  43. --------------------------
  44.      o  To install, just copy DELAYKEY.EXE, (and all other files) into a
  45.         directory in your PATH or the directory from which you will run the
  46.         application.
  47.  
  48.      o  For help, just type the program name, i.e. "delaykey".
  49.  
  50.      o  TO uninstall, make sure that DELAYKEY is the last program in ram,
  51.         then type NODLKEY DELAYKEY from dos command line (or from batch file).
  52.  
  53.      o  To create script files, type WCOD <scriptfilename> from DOS and just
  54.         type the keystrokes that you want to put in. Use ESC ESC ESC to exit the
  55.         program, and ESC ESC CR to go to next line.
  56.  
  57.      o  To translate a text file, type TXT2DLK <textfile> from DOS. The script
  58.         file will be saved in file TXT2DLK.DLK
  59.  
  60. Help Screen
  61. -----------
  62.  
  63. DELAYKEY: Delay Key Utility v1.0. Copyright (C) Chienming Chang 1992.
  64. Usage:  Delaykey First Second[.Third] KeyFile [hh:mm] [midnight]
  65.  
  66.        First  : the first delay before executing the first line of the
  67.                 KeyFile after the start time. It is an integer measured
  68.                 in seconds. (accurately, in 18 ticks. 1092 ticks = 1 min.)
  69.        Second : the time period, measured in second (18 ticks, again), delayed
  70.                 before executing the next line of KeyFile. It is an integer.
  71.       [Third] : a delay (in ticks, defaut 1) after each keystroke.
  72.       KeyFile : an ascii file that contains the scan code of keystrokes. Scan
  73.                 code must be written in hex. A line can contain none or one or
  74.                 more scan codes, separated by space, semicolon (;) as comment.
  75.                 An empty line means extra delay time. This file is required.
  76.       [hh:mm] : the optional start time, must be used in this format exactly.
  77.                 The default is the current time.
  78.    [midnight] : The default is 0. It must used with [hh:mm]. It is the number
  79.                 of midnights (00:00) delayed before delaykey is activated.
  80.  
  81. EXAMPLES: Delaykey 5 2 test.dat 06:45 3
  82.           Delaykey 5 2 test.dat
  83.  
  84.  
  85.           ********** NOTES  FOR THE EXAMPLES **********
  86.  
  87. test.dat contains followings:
  88. 1e61 1e61 ; aa
  89. 3062      ; b
  90.           ; wait for extra time.
  91. 2e63      ; c
  92.  
  93. -----------------------------------------------------------
  94. The command
  95.          Delaykey 5 2 test.dat
  96.  
  97. will result in typing "aa" after 5 second, "b" after 2 more seconds, and "c"
  98. after another 4 more seconds.
  99.  
  100. ------------------------------------------------------------
  101. The command
  102.          Delaykey 5 2 test.dat 06:45 3
  103. can  be typed at Friday afternoon, it will type aa b c on Monday
  104. morning 06:45.
  105.  
  106. --------------------------------------------------------------
  107. Scan Code
  108. ---------
  109. Scan Code can be obtained by using WCOD program or from TXT2DLK program.
  110.  
  111.  
  112.  
  113.           ********** DELAYKEY SHAREWARE LICENSE **********
  114.  
  115.  This is a copyrighted software work which is distributed as shareware.
  116.  Under this license agreement you are granted the right to use Delaykey
  117.  on all machines and environments that it supports.  You are also
  118.  free (and encouraged) to pass copies of this shareware on to others
  119.  as long as it is not for payment and not bundled with anything else
  120.  that is for payment.
  121.  
  122.  The shareware registration fee is $10 for single users, $40 for groups.
  123.  To receive a diskette, please add $10 for shipping and handling and specify
  124.  diskette type.  Send check or money order to:
  125.  
  126.                          Chienming Chang
  127.                          504 Mapleride
  128.                          Ann Arbor, MI 48103
  129.  
  130. I am especially interested in suggested improvements,bugs,comments,etc.
  131. You may leave a message on Chienming_Chang@MTS.cc.Wayne.edu.
  132.  
  133.         ----------------------
  134.         |  REVISION HISTORY  |
  135.         ----------------------
  136.  
  137.  
  138. v1.1 (08-26-92)
  139. ---------------
  140.  
  141.         The key strokes script files can be created from console by program
  142.         WCOD, or translated from a text file by program TXT2DLK.
  143.  
  144.         The time period between keystrokes can be specified at command line
  145.         (Thanks to user dklein).
  146.  
  147.         Delaykey will uninstall itself after all of key stokes are executed. 
  148.         NODLKEY is included to remove DELAYKEY  from ram.
  149.  
  150. v1.0 (04-29-92)
  151. ---------------
  152.  
  153.         Initial release version.
  154.